curl --request GET \
  --url https://{tenant_name}.{region}.techwolf.ai/reports/jobs/key_metrics \
  --header 'Authorization: Bearer <token>'
{
  "report_name": "jobs_key_metrics",
  "report_data": {
    "total_active": 100,
    "total_active_with_skill": 80,
    "total_active_with_validated_skill": 60,
    "total_active_with_low_data_availability": 10,
    "validated_skills": {
      "total_confirmed_skills": 50,
      "total_rejected_skills": 10
    }
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

force_recalculate
boolean
default:
false

Reports are always stored for a certain time, and if this endpoint is called again within that time, the stored report is returned without recalculating. If force_recalculate is set to true, the report is recalculated and the stored report is overwritten.

Response

200
application/json
OK

A Report containing the key metrics of all Jobs.

report_name
string
report_data
object

The key metrics of all Jobs.

last_update
string